Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ChromaDB Instrumentation #192

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Conversation

karthikscale3
Copy link
Contributor

Description

ChromaDB is not exporting the Collection class anymore. This fix is to make it work for versions >1.9.0

Checklist for adding new integration:

  • Defined APIS in constants folder.
  • Updated SERVICE_PROVIDERS in common.ts
  • Created a folder under instrumentation with the name of the integration with atleast patch.ts and instrumentation.ts files.
  • Added instrumentation in allInstrumentations in init.ts and to the InstrumentationType in types.ts files.
  • Added examples for the new integration in the examples folder.
  • Updated package.json to install new dependencies for devDependencies.
  • Updated the README.md of langtrace-typescript-sdk to include the new integration in the supported integrations table.
  • Updated the README.md of Langtrace's repository to include the new integration in the supported integrations table.
  • Added new integration page to supported integrations in Langtrace Docs

@karthikscale3 karthikscale3 merged commit 8f05607 into development Nov 22, 2024
@karthikscale3 karthikscale3 deleted the karthik/fix-chromadb branch November 22, 2024 19:49
karthikscale3 added a commit that referenced this pull request Nov 22, 2024
* feat: adding gemini support (#162)

* feat: adding gemini support

* chore: update package lock

* docs: update changelog for 5.2.0 release

* feat: adding vertexai instrumentation support (#165)

* feat: adding vertexai instrumentation support

* style: remove commented import

* chore: create types for vertexai

* docs: revert vercel ai py check

* docs: add mistral check

* style: remove new lines

* docs: add vertexai to changelog (#166)

* fix: allow manual patch for Gemini and VertexAI (#169)

* star github link

* feat: adding vertexai tools tracing support (#172)

* add mistral instrumentation

* support otel env vars

* bump version adn add chat stream method

* add examples

* update readme

* update package-lock

* Add sentry integration

* merge with dev

* llama index enhacements

* sentry to filter non langtrace exceptions

* Fix ingestion url (#181)

* Obinna/s3 en 2724 add bedrock (#184)

* add aws bedrock converse implementation

* bump version

* cleanup and update readme

* update service type

* fixes

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: Karthik Kalyanaraman <karthik@scale3labs.com>

* fix (#186)

* update readme

* fix

* update prompt (#190)

* Fix ChromaDB Instrumentation (#192)

* chromadb fixes

* chromadb fixes

* chromadb fixes

---------

Co-authored-by: darshit-s3 <119623510+darshit-s3@users.noreply.github.com>
Co-authored-by: Darshit Suratwala <darshit@scale3labs.com>
Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
Co-authored-by: Rohit Kadhe <rohit@scale3labs.com>
Co-authored-by: Rohit Kadhe <113367036+rohit-kadhe@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant